home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / TreeView.css345 < prev    next >
Text File  |  2006-10-19  |  557b  |  27 lines

  1. ∩╗┐.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
  2.  
  3. /* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
  4. /* Empty rules are provided merely as a convenience for your future use or experimentation. */
  5.  
  6. div.AspNet-TreeView
  7. {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. div.AspNet-TreeView ul
  13. {
  14.     list-style: none;
  15.     margin: 0;
  16.     padding: 0;
  17. }
  18.  
  19. .AspNet-TreeView-Show
  20. {
  21. }
  22.  
  23. .AspNet-TreeView-Hide
  24. {
  25.     display:none;
  26. }
  27.